home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000112_fdc@columbia.edu_Tue Nov 26 09:10:24 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  41 lines

  1. Article: 13892 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Send a String after connection (OpenVMS)
  6. Date: 26 Nov 2002 09:10:14 -0500
  7. Organization: Columbia University
  8. Lines: 24
  9. Message-ID: <arvvc6$oj0$1@watsol.cc.columbia.edu>
  10. References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com> <arthps$12d$1@watsol.cc.columbia.edu> <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1038319819 10757 128.59.39.139 (26 Nov 2002 14:10:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 26 Nov 2002 14:10:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13892
  16.  
  17. In article <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>,
  18. Stefan Bill  <Stefan.Bill@soudronic.com> wrote:
  19. : On 25 Nov 2002 11:06:20 -0500, fdc@columbia.edu (Frank da Cruz) wrote:
  20. : >I suspect the pager number and message must be included as part of the
  21. : >telephone number.  See:
  22. : >
  23. : >  http://www.columbia.edu/kermit/pagers.html
  24. : Now i do it over X.25 like so.
  25. : USER1 is the Pager-Nummer.
  26. : $  open/write ofil sprintel.tmp
  27. : $  write ofil "$set host/x29 46430973"
  28. : $  write ofil "::''USER1'::''message'::"
  29. : $  close ofil
  30. : $  @sprintel.tmp
  31. : And i think it must be possible do it the same way with a modem.
  32. X.25 is not a modem, and DCL is not Kermit.  Please follow the advice in
  33. the above referenced Web page, and then if you have any trouble with it,
  34. let us know.
  35.  
  36. - Frank
  37.